home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue35
/
clinic
/
MainU.dfm
/
MainU.txt
Wrap
Text File
|
1997-12-08
|
951b
|
44 lines
object Form1: TForm1
Left = 195
Top = 126
Width = 696
Height = 480
Caption = 'Form1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIForm
Menu = MainMenu1
Position = poDefault
Visible = True
PixelsPerInch = 96
TextHeight = 13
object MainMenu1: TMainMenu
Left = 64
Top = 16
object File1: TMenuItem
Caption = '&File'
object NewItem1: TMenuItem
Caption = '&New Item 1 (Broken)'
OnClick = NewItem1Click
end
object NewItem2: TMenuItem
Caption = 'New Item 2 (One Way)'
OnClick = NewItem2Click
end
object NewItem3: TMenuItem
Caption = 'New Item 3 (Another Way)'
OnClick = NewItem3Click
end
object Exit1: TMenuItem
Caption = '&Exit'
end
end
object Help1: TMenuItem
Caption = '&Help'
end
end
end